home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 99 / XENIATGM99.iso / Pro Rally 2001 / prorally2001_demo.exe / Data / Fnt / SYMBOLS2.FNT < prev   
Text File  |  2000-05-18  |  1KB  |  24 lines

  1. ; This file describes the number of characters defined 
  2. ; and a tga file that contains all the characters' bitmap
  3. ;
  4. ; TEXTURE <.tga file containing the bitmaps of the characters>
  5. TEXTURE symbols2.tga
  6. ;Font0.tga
  7. ;
  8. ; NUMCHAR <number of chars>
  9. NUMCHAR 7
  10. ; A character is defined by typing the character just after 'CHAR '. It is VERY IMPORTANT
  11. ; to type only ONE space character between 'CHAR' and the <char>. This way I can read the
  12. ; definition of the space character typing it as is.
  13. ; CHAR <char> <U,V>                                |0 1 2|
  14. ; ex: CHAR a 0.0 1.0    0.0 0.75    0.1666 0.75    0.1666 1.0    (0,0)->    |3 4 5|
  15. ;
  16. CHAR 0  0.0000000 1.0000000    0.0000000 0.6500000    0.3300000 0.6500000     0.3300000 1.0000000
  17. CHAR 1  0.3300000 1.0000000    0.3300000 0.6500000    0.6600000 0.6500000    0.6600000 1.0000000
  18. CHAR 2  0.6600000 1.0000000     0.6600000 0.6500000     1.0000000 0.6500000    1.0000000 1.0000000
  19. CHAR 3  0.0000000 0.6600000    0.0000000 0.3200000    0.3300000 0.3200000     0.3300000 0.6600000
  20. CHAR 4  0.3300000 0.6600000    0.3300000 0.3200000    0.6600000 0.3200000     0.6600000 0.6600000
  21. CHAR 5  0.6600000 0.6600000    0.6600000 0.3200000    1.0000000 0.3200000     1.0000000 0.6600000
  22. CHAR 6  0.0000000 0.3300000    0.0000000 0.0000000    0.3300000 0.0000000     0.3300000 0.3300000
  23.  
  24.